home *** CD-ROM | disk | FTP | other *** search
/ JCSM Shareware Collection 1996 September / JCSM Shareware Collection (JCS Distribution) (September 1996).ISO / grapprog / pcdraft2.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1994-03-31  |  3KB  |  65 lines

  1. echo off
  2. cls
  3. echo\
  4. echo       ┌────────────────────────────────────────────────────────────┐
  5. echo       │       PC-Draft II    Installation  (Disk version)          │
  6. echo       │                                                            │
  7. echo       │       This will create a DRAFT2 sub-directory on your      │
  8. echo       │       current disk. To install on your current hard disk   │
  9. echo       │                                                            │
  10. echo       │   1 - Place this disk in drive A:                          │
  11. echo       │                                                            │
  12. echo       │   2 - Make your hard disk root directory current.          │
  13. echo       │       ie: for the C: drive: enter: [C:] and [CD \]         │
  14. echo       │                                                            │
  15. echo       │   3 - Enter: [A:INSTALL].                                  │
  16. echo       │                                                            │
  17. echo       │       This will extract all the files from the self-       │
  18. echo       │       extracting LHARC files and will create directories   │
  19. echo       │       for the different file types.                        │
  20. echo       │                                                            │
  21. echo       │       This batch file is for those of you who have         │
  22. echo       │       obtained PC-Draft II on disk.                        │
  23. echo       │                                                            │
  24. echo       │       If you do not wish to continue, press Ctrl-C.        │
  25. echo       │                                                            │
  26. echo       └────────────────────────────────────────────────────────────┘
  27. echo\
  28. pause
  29. md draft2
  30. md draft2\fon
  31. md draft2\pic
  32. md draft2\dwg
  33. md draft2\obj
  34. md draft2\mac
  35. md draft2\pat
  36. md draft2\pts
  37. md draft2\scr
  38. cd draft2
  39. a:pcdraft2
  40. copy *.fon fon
  41. del *.fon
  42. copy *.pic pic
  43. del *.pic
  44. copy *.dwg dwg
  45. del *.dwg
  46. copy *.mac mac
  47. del *.mac
  48. copy *.obj obj
  49. del *.obj
  50. copy *.pat pat
  51. del *.pat
  52. copy *.scr scr
  53. del *.scr
  54. copy *.pts pts
  55. del *.pts
  56. :exit
  57. echo\
  58. echo       ┌────────────────────────────────────────────────────────────┐
  59. echo       │  Installation is complete. To start PC-Draft II, enter:    │
  60. echo       │                                                            │
  61. echo       │                       DRAFT2                               │
  62. echo       └────────────────────────────────────────────────────────────┘
  63. echo\
  64. echo\
  65.